home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_02_08
/
2n08066a
< prev
next >
Wrap
Text File
|
1991-06-29
|
112b
|
11 lines
struct hn_port
{
#ifdef MSDOS
int number;
#else /* UNIX */
FILE *in, *out;
#endif
int errno;
};